.fc-button {
    background-color: #085144 !important;
    color: white !important;
    border: none !important;
   
}

.fc-button:hover {
    background-color: #085144 !important;
}

.fc-button:active {
    background-color: #085144 !important;
}

.fc-today-button {
    background-color: #085144 !important;
}

.fc-today-button:hover {
    background-color: #085144 !important;
}
 #searchBar {
            margin-bottom: 20px;
            padding: 10px;
            width: 100%;
            max-width: 400px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }